home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / science / mcalc13.zip / MCALC.DOC < prev    next >
Text File  |  1994-02-15  |  22KB  |  724 lines

  1.    Welcome to MUIProCalc v1.3. This is a short description on how to use
  2. MUIProCalc and what possibilities it offers. Anyway, it is a quite
  3. powerful calculator, also suited for programmers who have to deal with
  4. different computer specific calculations and values.
  5.  
  6.    MUIProCalc doesn`t stand for MUI'Professional'Calc. It is meant to
  7. stand for MUI'Programmer'Calc...
  8.  
  9. MUIProCalc (MCalc) is (C) 1993 Kai Iske, GiftWare
  10.  
  11.    The icon for MUIProCalc was taken from the ToolManager 2.0
  12. distribution and was designed by Michael 'Mick' Hohmann.
  13.  
  14. MUI is Copyright (C) Stefan Stuntz
  15.  
  16.    *NOTE* that you better set the stack size to at least 8192 bytes
  17.  
  18. Copyright
  19. *********
  20.  
  21.    You are allowed to copy and spread this program but only if you do
  22. not make any commercial profit out of the program itself and all
  23. supported files. The source of MUIProCalc is considered teachware and
  24. the author claims the right to be the only one to produce and
  25. distribute new versions of MUIProCalc. Public Domain vendors are not
  26. allowed to sell MUIProCalc for more than the price of a regular disk,
  27. which should not be higher than 5 Dollars.
  28.  
  29.    MUIProCalc is GiftWare, so if you like it and you you want to express
  30. your feelings, feel free to send me anything you think of being suited.
  31. Postcards, cookies, money, simply anything ;)
  32.  
  33. Guarantee
  34. *********
  35.  
  36.    The author does not give any guarantee that the program MUIProCalc
  37. works perfectly.  The program was tested and it is used every day,
  38. anyway nobody is perfect and that is why I can not take the
  39. responsibilty for any damages occured during the usage of MUIProCalc.
  40.  
  41. Evolution
  42. *********
  43.  
  44.    Due to the fact that I was still using Calc 3.0, written by Jimmy
  45. Yang, which wasn`t that compatible to newer Kickstarts, I thought about
  46. writing a new one, since I couldn`t find any calculator suited my
  47. needs. Not that Calc 3.0 was/is buggy, but it`s just the fact that it
  48. isn`t font adaptive. Furthermore I wanted to know how powerful MUI
  49. really was, so I thought it`d be a good idea to write it using MUI.
  50.  
  51.    Taking Calc 3.0, I tried to implement the functionality of this
  52. calculator, putting it into a MUI-GUI. What is still missing is the
  53. plotter. This may change in a later release.
  54.  
  55.    One word to the parser: The grammar might not be perfect. There`s
  56. only a small amout of syntax checking, in order to minimize parser
  57. size. Float value error handling isn`t perfect either, yet. I just
  58. wanted to have a calculator as soon as possible. All this will change
  59. in future releases, if there are enough of replies.
  60.  
  61. Installing MUIProCalc
  62. *********************
  63.  
  64.    Installing MUIProCalc isn`t that hard. First of all you should get
  65. hold of MUI (MagicUserInteface) and install it. MUIProCalc relies on
  66. MUI, since the complete User Interface was written using this great
  67. system.
  68.  
  69.    Having installed MUI (if you haven`t done so already), you may copy
  70. the program `MCalc' and it`s icon `MCalc.info' to a place you like.
  71.  
  72.    If you want to use the online help, you have to have AmigaGuide(C)
  73. installed. If so, move the supplied `MCalc.guide' file to the same
  74. directory you moved the main program to.
  75.  
  76.    That`s it. In order to get online help, simply position the mouse
  77. over the object you want to get help for and MUIProCalc will pop up a
  78. window containing the help text.
  79.  
  80.    One word to the menu shortcuts : They might not be Style Guide
  81. compliant, but I think it`ll work just fine, anyway ;)
  82.  
  83.    *NOTE* that you better set the stack size to at least 8192 bytes
  84.  
  85. Using MUIProCalc
  86. ****************
  87.  
  88.    Well, it isn`t that hard to use MUIProCalc. The main input window is
  89. devided into three areas, which are
  90.  
  91. The input/output area
  92. =====================
  93.  
  94.    Within this area (the upper) you see a String gadget and a ListView
  95. gadget.  The String gadget is used to enter the expressions you want to
  96. calculate.
  97.  
  98.    Within the ListView you see a history of all entered expressions and
  99. results. Per default the left column of the ListView is used to display
  100. the expression, whilst the right one reflects the result. You may set
  101. the number of lines bufferd using the Preferences. Furthermore you may
  102. tell MUIProCalc how to format the entry, i.e. you may have four
  103. different output types.  See History, to find out more about history
  104. settings.
  105.  
  106. Function tables
  107. ===============
  108.  
  109.    Within this area you`ll find all the functions supported by
  110. MUIProCalc.  Simply click on the function you want to be added to the
  111. expression. You will also notice a Cycle gadget. This one may be used
  112. to switch between two function tables. The first set is a more
  113. mathematical set, whilst the second might only be of use to
  114. programmers. There are functions for bit-manipulation etc.pp.
  115.  
  116.    This Group may be hidden, thus leading to more space. See Layout, to
  117. find out more about that.
  118.  
  119. Input fields
  120. ============
  121.  
  122.    These are buttons probably known from any other calculator. Simply
  123. click on the digit/operator you want to add to your expression. The
  124. characters 'A-F' are used to enter hexadecimal values. The other
  125. characters 'X-Z' are memories. These can be set using an expression of
  126. the form
  127.  
  128.                             x = sqrt (2*3)
  129.  
  130.    This expression will set memory 'X' to the result of 'sqrt (2*3)'.
  131. You may now use this value during other operations. You may even set a
  132. memory relative to another one, like
  133.  
  134.                           x = y + sqrt (2*3)
  135.  
  136.    MUIProCalc supports four different value formats, these are :
  137.  
  138. `Decimal'
  139.      Decimal values are entered with no additional characters, like
  140.      '2.12322'.  You may even enter doubles using scientific notation,
  141.      like '2.123e-2'
  142.  
  143. `Hexadecimal'
  144.      These values are preceded by a '$'-sign or by '0x'
  145.  
  146. `Octal'
  147.      These values are preceded by a '\'-sign
  148.  
  149. `Binary'
  150.      These values are preceded by a '%'-sign
  151.  
  152.    The '!' operator is used to calculate the factorial of a value. This
  153. one is limited to a value of !170.
  154.  
  155.    The 'Exec' button may be used to 'start' the calculator. This can
  156. also be done, by simply hittin RETURN from within the String gadget
  157.  
  158.    'CLR' clears the current display.
  159.  
  160.    'ACLR' will clear the display and all memories
  161.  
  162.    This Group may be hidden, thus leading to more space. See Layout, to
  163. find out more about that.
  164.  
  165. The menus
  166. =========
  167.  
  168.    MUIProCalc offers a set of menus. These are :
  169.  
  170. Project
  171. -------
  172.  
  173.    The Project menu offers three entries :
  174.  
  175. `Preferences...'
  176.      Will open the Preferences editor (see Prefs)
  177.  
  178. `About...'
  179.      Will display about messages
  180.  
  181. `Quit'
  182.      Will quit MUIProCalc
  183.  
  184. History
  185. -------
  186.  
  187.    If you prefer to use your mouse or the menu shortcuts you may paste
  188. an entry from the history to the current cursor position from within
  189. this menu :
  190.  
  191. `Pick left entry'
  192.      Will pick the left entry from the list and paste it to the current
  193.      cursor position. If only one column is shown, this will be used
  194.      (see Prefs).
  195.  
  196. `Pick right entry'
  197.      Will pick the right entry from the list and paste it to the
  198.      current cursor position. If only one column is shown, this will be
  199.      used (see Prefs).
  200.  
  201. `Copy left entry'
  202.      Selecting this item will copy the left entry from the history to
  203.      the selected clipboard unit. If only one column is show, this one
  204.      will be used (see Prefs).
  205.  
  206. `Copy right entry'
  207.      Selecting this item will copy the right entry from the history to
  208.      the selected clipboard unit. If only one column is show, this one
  209.      will be used (see Prefs).
  210.  
  211. Display Bases
  212. -------------
  213.  
  214.    This menu may be used to set the display mode for output. You may
  215. have 'Decimal', 'Hexadecimal', 'Octal', or 'Binary' output.
  216.  
  217.    In any other mode than 'Decimal' there will be no difference between
  218. 'Signed' and 'Unsigned' modes (see Sign).
  219.  
  220.    The default output type may be set using Output.
  221.  
  222. Size
  223. ----
  224.  
  225.    For the 'Hexadecimal', 'Octal', and 'Binary' modes (see Bases), you
  226. may set an output value size (number of bits).  This will
  227. reduce/increase maximum numbers.
  228.  
  229.    The default output type may be set using Output.
  230.  
  231. Sign
  232. ----
  233.  
  234.    For 'Decimal' output (see Bases), you may have signed or unsigned
  235. results, when you enter 'Hexadecimal', 'Octal', or 'Binary' values.
  236.  
  237.    The default output type may be set using Output.
  238.  
  239. Angle
  240. -----
  241.  
  242.    For trigonometrical functions you may set the type of angle you`ve
  243. entered.  If you set 'RAD', the values will be interpreted as of type
  244. radians, but if you set 'DEG' angles will be interpreted as of type
  245. degree.
  246.  
  247.    The default output type may be set using Output.
  248.  
  249. The ARexx Port
  250. ==============
  251.  
  252.    In addition to the default ARexx commands every MUI application
  253. knows about, MUIProCalc offers some more, these are :
  254.  
  255.    As with every MUI Application the name of the ARexx Port is
  256. constructed from the base name of the Application. For MUIProCalc this
  257. will be 'MCALC'.
  258.  
  259.    BTW: If you read something about TeX compatible output, this means
  260. you may use these strings directly within a mathematical environment.
  261. The current conversion routine isn`t quite intelligent I have to admit.
  262. Maybe I`ll add a smarter one for the next release...
  263.  
  264.    There are two scripts included for use with CygnusED which
  265. demonstrate how to use the ARexx Port.
  266.  
  267. CALC - Command
  268. --------------
  269.  
  270. Format:
  271.      CALC EXPRESSION
  272.  
  273. Template:
  274.      EXPRESSION/A
  275.  
  276. Parameter:
  277.      Any valid expression as accepted by MUIProCalc
  278.  
  279. Result:
  280.      Will be a string containing the calculated expression
  281.  
  282. Example:
  283.      CALC '1 + 2 + 3'
  284.  
  285.      6.000000
  286.  
  287. CALCTEX - Command
  288. -----------------
  289.  
  290. Format:
  291.      CALCTEX EXPRESSION
  292.  
  293. Template:
  294.      EXPRESSION/A
  295.  
  296. Parameter:
  297.      Any valid expression as accepted by MUIProCalc
  298.  
  299. Result:
  300.      Will be a string containing the calculated expression converted to
  301.      TeX compatible format.
  302.  
  303. Example:
  304.      CALCTEX '1 / 100000'
  305.  
  306.      1\\cdot 10^{-5}
  307.  
  308. GETOUTPUT - Command
  309. -------------------
  310.  
  311. Format:
  312.      GETOUTPUT [ENTRY]
  313.  
  314. Template:
  315.      ENTRY/N
  316.  
  317. Parameter:
  318.      Supply an entry number you want to get from the history`s output
  319.      list.  ENTRY may either be
  320.  
  321.         * n Any valid entry ranging from 0-n, where n is the last entry
  322.           in the list. If an illegal value is supplied, MUIProCalc will
  323.           return the last entry from the list.
  324.  
  325.         * -1 For the active entry
  326.  
  327.         * -2 For the topmost entry
  328.  
  329.         * -3 For the bottommost entry
  330.  
  331. Result:
  332.      Will be a string containing the expression at the specified entry.
  333.  
  334. Example:
  335.      GETOUTPUT 2
  336.  
  337.      12.000001
  338.  
  339. GETTEXOUTPUT - Command
  340. ----------------------
  341.  
  342. Format:
  343.      GETTEXOUTPUT [ENTRY]
  344.  
  345. Template:
  346.      ENTRY/N
  347.  
  348. Parameter:
  349.      Supply an entry number you want to get from the history`s output
  350.      list.  ENTRY may either be
  351.  
  352.         * n Any valid entry ranging from 0-n, where n is the last entry
  353.           in the list. If an illegal value is supplied, MUIProCalc will
  354.           return the last entry from the list.
  355.  
  356.         * -1 For the active entry
  357.  
  358.         * -2 For the topmost entry
  359.  
  360.         * -3 For the bottommost entry
  361.  
  362. Result:
  363.      Will be a string containing the expression at the specified entry,
  364.      formatted to TeX compatible output.
  365.  
  366. Example:
  367.      GETTEXOUTPUT 3
  368.  
  369.      1\\cdot 10^{-5}
  370.  
  371. GETINPUT - Command
  372. ------------------
  373.  
  374. Format:
  375.      GETINPUT [ENTRY]
  376.  
  377. Template:
  378.      ENTRY/N
  379.  
  380. Parameter:
  381.      Supply an entry number you want to get from the history`s input
  382.      list.  ENTRY may either be
  383.  
  384.         * n Any valid entry ranging from 0-n, where n is the last entry
  385.           in the list. If an illegal value is supplied, MUIProCalc will
  386.           return the last entry from the list.
  387.  
  388.         * -1 For the active entry
  389.  
  390.         * -2 For the topmost entry
  391.  
  392.         * -3 For the bottommost entry
  393.  
  394. Result:
  395.      Will be a string containing the expression at the specified entry.
  396.  
  397. Example:
  398.      GETINPUT 2
  399.  
  400.      2 + 2 + 3 + 4
  401.  
  402. GETTEXINPUT - Command
  403. ---------------------
  404.  
  405. Format:
  406.      GETTEXINPUT [ENTRY]
  407.  
  408. Template:
  409.      ENTRY/N
  410.  
  411. Parameter:
  412.      Supply an entry number you want to get from the history`s input
  413.      list.  ENTRY may either be
  414.  
  415.         * n Any valid entry ranging from 0-n, where n is the last entry
  416.           in the list. If an illegal value is supplied, MUIProCalc will
  417.           return the last entry from the list.
  418.  
  419.         * -1 For the active entry
  420.  
  421.         * -2 For the topmost entry
  422.  
  423.         * -3 For the bottommost entry
  424.  
  425. Result:
  426.      Will be a string containing the expression at the specified entry,
  427.      formatted to TeX compatible output.
  428.  
  429. Example:
  430.      GETTEXINPUT 3
  431.  
  432.      1\\cdot 32
  433.  
  434. FORMATTEX - Command
  435. -------------------
  436.  
  437. Format:
  438.      FORMATTEX EXPRESSION
  439.  
  440. Template:
  441.      EXPRESSION/A
  442.  
  443. Parameter:
  444.      Supply an expression you would like to have converted to TeX
  445.      compatible format.
  446.  
  447. Result:
  448.      Will be a string containing the converted expression, formatted to
  449.      TeX compatible output.
  450.  
  451. Example:
  452.      FORMATTEX '1 * 10^-5'
  453.  
  454.      1\\cdot 10^{-5}
  455.  
  456. SETMODE - Command
  457. -----------------
  458.  
  459. Format:
  460.      SETMODE [BASE=DEC|HEX|OCT|BIN] [SIZE=8|16|32]
  461.      [SIGN=SIGNED|UNSIGNED] [ANGLE=RAD|DEG]
  462.  
  463. Template:
  464.      BASE/K,SIZE/K,SIGN/K,ANGLE/K
  465.  
  466. Parameter:
  467.     BASE
  468.           Specify a new conversion/output base for ARexx calculations.
  469.           You may supply either one of the following :
  470.  
  471.              * DEC Decimal output
  472.  
  473.              * HEX Hexadecimal output
  474.  
  475.              * OCT Octal output
  476.  
  477.              * BIN Binary output
  478.  
  479.     SIZE
  480.           Specify the default conversion size for
  481.           hexadecimal/octal/binary values. You may supply either one of
  482.           the following :
  483.  
  484.              * 8   8 Bits
  485.  
  486.              * 16  16 Bits
  487.  
  488.              * 32  32 Bits
  489.  
  490.     SIGN
  491.           Specify signed or unsigned output. Supply either one of :
  492.  
  493.              * SIGNED   Signed output
  494.  
  495.              * UNSIGNED Unsigned output
  496.  
  497.     ANGLE
  498.           Spcify the default type of supplied angles. This may either
  499.           be :
  500.  
  501.              * RAD Angles of type radians
  502.  
  503.              * DEG Angles of type degree
  504.  
  505. Result:
  506.      This will always be FALSE (0)
  507.  
  508. Example:
  509.      SETMODE 'BASE=HEX' 'SIZE=8' 'SIGN=SIGNED' 'ANGLE=DEG'
  510.  
  511. Preferences
  512. ***********
  513.  
  514.    Within the Preferences window you may configure some of MUIProCalc`s
  515. default values. These are :
  516.  
  517.    Furthermore the active function table, set with the 'Functions'
  518. cycle gadget within the main window, will be taken into account.
  519.  
  520. `Use'
  521.      will use the current settings and store them temporarily, so if you
  522.      restart MUIProCalc, these settings will be used again.
  523.  
  524. `Save'
  525.      will save/store the settings on disk.
  526.  
  527. `Cancel'
  528.      will restore the previously used values.
  529.  
  530. Window layout
  531. =============
  532.  
  533.    Within this group there are two CheckBox gadgets. if the 'No
  534. Functions' CheckBox is set, the main window will not contain the
  535. function tables. If not the function tables will be displayed. If you
  536. set 'No Input' the input fields will not be displayed. If you clear
  537. this CheckBox, the lower gadget group will be displayed.
  538.  
  539.    Using the 'In/Out Order' gadget you may control the ordering of the
  540. input String gadget and the output ListView gadget. When 'Input then
  541. Output' is selected, the String gadget will appear 'on top' of the
  542. ListView. Otherwise ('Output then Input') it will appear underneath the
  543. ListView.
  544.  
  545. Output settings
  546. ===============
  547.  
  548.    You may set the default values for 'Display Bases', 'Size', 'Sign'
  549. and 'Angle' here.
  550.  
  551.    See Bases Size Sign Angle
  552.  
  553. History settings
  554. ================
  555.  
  556.    Using the 'Lines' Slider gadget you may adjust the maximum number of
  557. lines to capture during a session.
  558.  
  559.    With the 'Entries' Cycle gadget you may set the output format for
  560. the history.  You may choose from the following formats :
  561.  
  562. `Input & Ouput'
  563.      Within the left column you`ll see the expression entered. In the
  564.      right column there`ll be the result for that expression.
  565.  
  566. `Output & Input'
  567.      Is the opposite to the above
  568.  
  569. `Input'
  570.      Will only show your input expression
  571.  
  572. `Output'
  573.      Will only show the result
  574.  
  575. Misc
  576. ====
  577.  
  578.    Set the 'Clear input on exit' CheckBox gadget if you prefer to have
  579. the input gadget cleared every time you`ve entered an expression.
  580. Otherwise simply clear it.
  581.  
  582.    The 'Flush memory' CheckBox gadget may be used to tell MUIProCalc to
  583. flush all unused libraries (including unused MUI-Classes) from memory
  584. on exit, thus freeing all that precious memory used up by MUIProCalc.
  585.  
  586.    Using the 'ClipUnit' Slider gadget you may set the default
  587. clipboard unit for History clipping. Simply select a unit you want to
  588. use.
  589.  
  590. Whom I must say 'thank you'
  591. ***************************
  592.  
  593.    I would like to thank the following people
  594.  
  595. `Dirk Federlein'
  596.      For betatesting and suggestions
  597.  
  598. `Stefan Stuntz'
  599.      Especially for MUI and for answering all my questions...
  600.  
  601. `Volker Gⁿth'
  602.      For being the first (and only one so far) contacting me just
  603.      because of MUIProCalc...
  604.  
  605. `My girlfriend'
  606.      Who accepts what I`m doing
  607.  
  608.      ...and all the others I forgot
  609.  
  610. How to obtain updates
  611. *********************
  612.  
  613.    MUIProCalc will be available on ADS, FRAS, FTP, and Fred Fish disks
  614. as soon as there`s a new release available.
  615.  
  616. How to contact the author
  617. *************************
  618.  
  619.    If you have any questions, suggestions, bug reports or anything else
  620. you want to tell me, you may contact me under one of these addresses.
  621.  
  622.    Either use normal snail mail:
  623.  
  624.      Kai Iske
  625.      Brucknerstrasse 18
  626.      63452 Hanau
  627.      Germany
  628.      Tel.: +49-(0)6181-850181
  629.  
  630.    or reach me using electronical mail
  631.  
  632.      USENET:   kai@iske.adsp.sub.org
  633.      FIDO:     Kai Iske, 2:244/6302.11
  634.      ZNET:     KAI@SWEET.ZER
  635.  
  636. Program history
  637. ***************
  638.  
  639.      Revision V1.3
  640.      --------------
  641.      created on Friday, 11.02.94 23:34:08  by  Kai Iske.   LogMessage :
  642.       -*-  changed on Friday, 11.02.94 23:35:32  by  Kai Iske.   LogMessage :
  643.        - One couldn`t use 1e3 for scientific notation of 1000. You
  644.          had to write 1.0e3. Changed
  645.          (Reported by : Henry Norman)
  646.        - No more error lines will be copied from History
  647.          (Requested by : Stefan Stuntz)
  648.       -*-  created on Friday, 11.02.94 23:34:08  by  Kai Iske.   LogMessage :
  649.        - "Radiant" was wrong. Changed. Why didn`t anybody tell me.
  650.          (Reported by : Henry Norman)
  651.        - Chose wrong case for mathematical "e".
  652.          (Reported by : Henry Norman)
  653.      
  654.      Revision V1.2
  655.      --------------
  656.      created on Tuesday, 19.10.93 23:41:00  by  Kai Iske.   LogMessage :
  657.       -*-  changed on Wednesday, 08.12.93 23:48:31  by  Kai Iske.   LogMessage :
  658.        - Default number of history lines increased
  659.          (Requested by : Stefan Stuntz)
  660.       -*-  changed on Sunday, 05.12.93 22:30:41  by  Kai Iske.   LogMessage :
  661.        - No checks were made on the ENTRY argument to an ARexx
  662.          function
  663.       -*-  changed on Sunday, 05.12.93 18:13:56  by  Kai Iske.   LogMessage :
  664.        - For calculations via ARexx one can set the type, size, sign
  665.          and angle flags seperately, now
  666.       -*-  changed on Sunday, 05.12.93 17:50:09  by  Kai Iske.   LogMessage :
  667.        - Improved error handling from within ARexx commands a bit
  668.       -*-  changed on Sunday, 05.12.93 17:46:35  by  Kai Iske.   LogMessage :
  669.        - MUIProCalc may output TeX style mathematical expressions
  670.          when using the ARexx commands. Additionally there is another
  671.          option to convert expressions to TeX format.
  672.          (Requested by : Volker Gⁿth)
  673.       -*-  changed on Sunday, 05.12.93 16:47:59  by  Kai Iske.   LogMessage :
  674.        - Added more ARexx functions to the default ones
  675.          (CALC, GETINPUT, GETOUTPUT)
  676.          (Requested by : Volker Gⁿth)
  677.       -*-  changed on Sunday, 05.12.93 01:47:36  by  Kai Iske.   LogMessage :
  678.        - MUIProCalc didn`t handle extremly small values
  679.          (Reported by : Volker Gⁿth)
  680.       -*-  changed on Sunday, 05.12.93 01:38:18  by  Kai Iske.   LogMessage :
  681.        - Default values weren`t set up
  682.        - ACLR and CLR gadget have got menu entries too, now
  683.          (Requested by : Volker Gⁿth)
  684.        - History entries may be copied to clipboard now
  685.          (Requested by : Volker Gⁿth)
  686.       -*-  changed on Saturday, 27.11.93 01:01:25  by  Kai Iske.   LogMessage :
  687.        - Recompiled using SAS 6.50
  688.       -*-  changed on Wednesday, 20.10.93 00:24:41  by  Kai Iske.   LogMessage :
  689.        - Bug in ListView display fixed
  690.       -*-  created on Tuesday, 19.10.93 23:41:00  by  Kai Iske.   LogMessage :
  691.        - You may now tell MCalc to clear the input string after
  692.          hitting RETURN or EXEC.
  693.      
  694.      Revision V1.1
  695.      --------------
  696.      created on Tuesday, 12.10.93 01:50:26  by  Kai Iske.   LogMessage :
  697.       -*-  changed on Sunday, 17.10.93 15:03:10  by  Kai Iske.   LogMessage :
  698.        - Save and Use gadgets weren`t arranged as proposed
  699.          by the AUISG. (Reported by: Stefan Stuntz)
  700.        - Changed layout of Prefs window a bit
  701.          (Suggested by: Stefan Stuntz)
  702.       -*-  changed on Friday, 15.10.93 18:39:50  by  Kai Iske.   LogMessage :
  703.        - NOT operator didn`t behave as expected ;) It was a simple
  704.          negate... (Reported by : Top on IRC)
  705.       -*-  changed on Thursday, 14.10.93 18:01:32  by  Kai Iske.   LogMessage :
  706.        - Hex-Values may be entered using 'C'-Style now (e.g. 0xff)
  707.       -*-  changed on Thursday, 14.10.93 00:34:55  by  Kai Iske.   LogMessage :
  708.        - One can use the faktorian '!' behind numbers now, too.
  709.          (Suggested by : Top on IRC)
  710.       -*-  changed on Thursday, 14.10.93 00:28:52  by  Kai Iske.   LogMessage :
  711.        - One could accidentially change the ordering of the
  712.          functions and input-gadgets groups by using
  713.          'No Functions' and 'No Input' (reported by: Top on IRC)
  714.       -*-  created on Tuesday, 12.10.93 01:50:26  by  Kai Iske.   LogMessage :
  715.        - Order of Input and Ouput gadgets (String + ListView) may be
  716.          set now, ie. the input string may show up underneath the
  717.          ListView and vice versa (Requested by Dirk Federlein)
  718.      
  719.      Revision V1.0
  720.      --------------
  721.      created on Saturday, 02.10.93 02:12:50  by  Kai Iske.   LogMessage :
  722.          --- Initial release ---
  723.  
  724.